From a320e55dc1a17cef3923643277f1112f74251d70 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 13 Aug 2009 12:49:49 +0000 Subject: documentation updates, win32 build fix, megatog's enginelight patch --- src/model/asefile.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/model/asefile.h') diff --git a/src/model/asefile.h b/src/model/asefile.h index dc1516b..c792a9d 100644 --- a/src/model/asefile.h +++ b/src/model/asefile.h @@ -86,7 +86,10 @@ private: inline const std::string &name() const { return asefile_name; } - inline const bool is_open() const { return asefile_ifs.is_open(); } + inline bool is_open() + { + return asefile_ifs.is_open(); + } std::string asefile_name; -- cgit v1.2.3