Skip to content
Snippets Groups Projects
Commit ab6d1774 authored by Oliver Heidmann's avatar Oliver Heidmann
Browse files

fixed Module Templates not compiling

parent fe7d506e
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,8 @@
#include "process_int.h"
// THIS IS A TEMPLATE FOR LATER USE
class Template
{
CdoStreamID streamID1;
int taxisID1;
......@@ -84,6 +86,7 @@ public:
}
};
class Template2
{
size_t numMissVals;
......
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