From cf7ef50cedc69f19e4077931fc58ef3ea44a3c87 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sun, 13 Sep 2009 11:40:42 +0000 Subject: made compiler a bit happier Signed-off-by: Michael Krelin --- (limited to 'include/opkele/tidy.h') 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) { -- cgit v0.9.0.2