Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/asefile.h')
-rw-r--r--src/model/asefile.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/model/asefile.h b/src/model/asefile.h
index c792a9d..e129ec0 100644
--- a/src/model/asefile.h
+++ b/src/model/asefile.h
@@ -84,10 +84,11 @@ private:
*/
bool read();
- inline const std::string &name() const { return asefile_name; }
+ inline const std::string &name() const {
+ return asefile_name;
+ }
- inline bool is_open()
- {
+ inline bool is_open() {
return asefile_ifs.is_open();
}