summaryrefslogtreecommitdiff
path: root/orkbasecxx/Utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'orkbasecxx/Utils.h')
-rw-r--r--orkbasecxx/Utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/orkbasecxx/Utils.h b/orkbasecxx/Utils.h
index aaf626b..155b974 100644
--- a/orkbasecxx/Utils.h
+++ b/orkbasecxx/Utils.h
@@ -130,7 +130,7 @@ public:
}
}
- inline CStdString AlphaCounter::GetNext()
+ inline CStdString GetNext()
{
m_counter++;
if(m_counter >= (26*26*26) )
@@ -151,7 +151,7 @@ public:
return string;
}
- inline void AlphaCounter::Reset()
+ inline void Reset()
{
m_counter = 0;
}