diff options
Diffstat (limited to 'src/ClientPattern.hh')
-rw-r--r-- | src/ClientPattern.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClientPattern.hh b/src/ClientPattern.hh index 1fd2722..611adeb 100644 --- a/src/ClientPattern.hh +++ b/src/ClientPattern.hh | |||
@@ -43,7 +43,7 @@ public: | |||
43 | * apps file. the bool value returns the character at which | 43 | * apps file. the bool value returns the character at which |
44 | * there was a parse problem, or -1. | 44 | * there was a parse problem, or -1. |
45 | */ | 45 | */ |
46 | explicit ClientPattern(const char * str, bool default_no_transient = false); | 46 | explicit ClientPattern(const char * str); |
47 | 47 | ||
48 | ~ClientPattern(); | 48 | ~ClientPattern(); |
49 | 49 | ||