[TD]const-ness for dump function parameter

This commit is contained in:
wandererfan
2019-11-08 22:37:01 -05:00
committed by WandererFan
parent b0c9325432
commit a7ad04ba4a
19 changed files with 94 additions and 94 deletions

View File

@@ -61,7 +61,7 @@ public:
bool empty(void) {return m_parms.empty();}
int size(void) {return m_parms.size();}
double length(void);
void dump(char* title);
void dump(const char* title);
DashSpec reversed(void);
private:
@@ -95,7 +95,7 @@ public:
bool isDashed(void);
void dump(char* title);
void dump(const char* title);
private:
void init(void);