Skip to content
Snippets Groups Projects
Commit 8aa942f0 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

.. (just to push something)

parent f002a919
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ class COlo { ...@@ -26,7 +26,7 @@ class COlo {
int test; int test;
COlo() : as_on_disk(false) {}; COlo() : as_on_disk(false) {};
virtual ~COlo() {}; // magic: makes dynamic_cast possible virtual ~COlo() {}; //! magic: makes dynamic_cast possible
void clear() { V.clear(); }; void clear() { V.clear(); };
void remove( uint j ) { V.erase( V.begin()+j ); }; void remove( uint j ) { V.erase( V.begin()+j ); };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment