Skip to content
Snippets Groups Projects
Commit 0d5b07b1 authored by Oliver Heidmann's avatar Oliver Heidmann Committed by Uwe Schulzweida
Browse files

fixed naming for Sorttimestamp

parent 69f0374d
No related branches found
No related tags found
1 merge request!135fixed unintended usage of operator f2 variable
......@@ -35,7 +35,7 @@ cmpdatetime(const TimeInfo &a, const TimeInfo &b)
{
return a.datetime < b.datetime;
}
class ModuleSortTimestamp
class ModuleSorttimestamp
{
int varID, levelID;
int lasttsID = -1;
......@@ -224,7 +224,7 @@ public:
void *
Sorttimestamp(void *process)
{
ModuleSortTimestamp sorttimestamp;
ModuleSorttimestamp sorttimestamp;
sorttimestamp.init(process);
sorttimestamp.run();
sorttimestamp.close();
......
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