[Orxonox-commit 6334] r10991 - code/branches/cpp11_v2/src/libraries/core/object

landauf at orxonox.net landauf at orxonox.net
Tue Dec 29 16:59:35 CET 2015


Author: landauf
Date: 2015-12-29 16:59:35 +0100 (Tue, 29 Dec 2015)
New Revision: 10991

Modified:
   code/branches/cpp11_v2/src/libraries/core/object/ObjectListBase.h
Log:
fix for the previous commit

Modified: code/branches/cpp11_v2/src/libraries/core/object/ObjectListBase.h
===================================================================
--- code/branches/cpp11_v2/src/libraries/core/object/ObjectListBase.h	2015-12-29 15:47:42 UTC (rev 10990)
+++ code/branches/cpp11_v2/src/libraries/core/object/ObjectListBase.h	2015-12-29 15:59:35 UTC (rev 10991)
@@ -103,7 +103,7 @@
     class _CoreExport ObjectListElementRemovalListener
     {
         public:
-            ObjectListElementRemovalListener = default;
+            ObjectListElementRemovalListener() = default;
             virtual ~ObjectListElementRemovalListener() = default;
             virtual void removedElement(ObjectListBaseElement* element) = 0;
     };




More information about the Orxonox-commit mailing list