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

com

parent b330f327
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ class COlo {
int test;
COlo() : as_on_disk(false) {};
virtual ~COlo() {}; //! magic: makes dynamic_cast possible
virtual ~COlo() {}; ///< magic: makes dynamic_cast possible
void clear() { V.clear(); };
void remove( uint j ) { V.erase( V.begin()+j ); };
......@@ -71,7 +71,7 @@ class COld : public COlo {
class COlc : public COlo {
private:
//! This cries for inheritance:
// This cries for inheritance:
enum TEva { _EXPR, _SCR, _SCR_INTP } evaMode;
public:
// Function:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment