diff options
| -rw-r--r-- | dxr3outputthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dxr3outputthread.h b/dxr3outputthread.h index a0977b0..6b9982b 100644 --- a/dxr3outputthread.h +++ b/dxr3outputthread.h @@ -61,7 +61,7 @@ protected: bool m_bNeedResync; private: - cDxr3OutputThread(cDxr3OutputThread&); // no copy contructor + cDxr3OutputThread(cDxr3OutputThread&); // no copy constructor }; // ================================== |
