summaryrefslogtreecommitdiffabout
path: root/include/opkele/tidy.h
authorMichael Krelin <hacker@klever.net>2009-09-13 11:40:42 (UTC)
committer Michael Krelin <hacker@klever.net>2009-09-13 11:45:19 (UTC)
commitcf7ef50cedc69f19e4077931fc58ef3ea44a3c87 (patch) (side-by-side diff)
tree4f4624753175a06fc7abb9a46349e6d7ab0db339 /include/opkele/tidy.h
parentc5e2a9ce7d7836adaa284dee30b70e04081b0d01 (diff)
downloadlibopkele-cf7ef50cedc69f19e4077931fc58ef3ea44a3c87.zip
libopkele-cf7ef50cedc69f19e4077931fc58ef3ea44a3c87.tar.gz
libopkele-cf7ef50cedc69f19e4077931fc58ef3ea44a3c87.tar.bz2
made compiler a bit happierpublic/next
Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (limited to 'include/opkele/tidy.h') (more/less context) (ignore whitespace changes)
-rw-r--r--include/opkele/tidy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opkele/tidy.h b/include/opkele/tidy.h
index 059656d..039d13a 100644
--- a/include/opkele/tidy.h
+++ b/include/opkele/tidy.h
@@ -50,7 +50,7 @@ namespace opkele {
return *this;
}
- operator const TidyDoc(void) const { return _x; }
+ operator TidyDoc(void) const { return _x; }
operator TidyDoc(void) { return _x; }
inline bool opt_set(TidyOptionId o,bool v) {