-rw-r--r-- | include/opkele/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opkele/types.h b/include/opkele/types.h index a3b657d..1f48362 100644 --- a/include/opkele/types.h +++ b/include/opkele/types.h @@ -151,5 +151,5 @@ namespace opkele { virtual void to_keyvalues(ostream& o) const; - virtual void to_htmlhiddens(ostream& o) const; + virtual void to_htmlhiddens(ostream& o,const char* pfx=0) const; void add_to_signed(const string& fields); |