diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-15 12:02:29 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-15 12:02:29 +0200 |
commit | e58fb06ebc274a684712a7cb80028f3d2ec7757b (patch) | |
tree | 7d8120c657d4b1e5fc2fe3c78a17eaec795e298d /facetracknoir | |
parent | 609a29983506525ddb914668ba6634d73357d566 (diff) |
fix MSVC 2010 build somewhat (?)
Diffstat (limited to 'facetracknoir')
-rw-r--r-- | facetracknoir/qt-moc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/facetracknoir/qt-moc.h b/facetracknoir/qt-moc.h index 467370f9..6f6033b2 100644 --- a/facetracknoir/qt-moc.h +++ b/facetracknoir/qt-moc.h @@ -6,5 +6,5 @@ class AutomocMe { Q_OBJECT private: virtual void foo() = 0; - AutomocMe() = delete; + AutomocMe() {} }; |