aboutsummaryrefslogtreecommitdiffstats
path: root/include/configparser.h
diff options
context:
space:
mode:
authorGravatar Attila Molnar2013-04-12 09:04:01 -0700
committerGravatar Attila Molnar2013-04-12 09:04:01 -0700
commitdebedfeb0abb398443fa33452f486c6cc80bb832 (patch)
tree7c8eac3b1ad474fdaf42767bffee7c3c4b4cce48 /include/configparser.h
parentMerge pull request #488 from SaberUK/master+loglevel-rename (diff)
parentTidy up source files: (diff)
Merge pull request #461 from SaberUK/master+header-cleanup
Tidy up source files.
Diffstat (limited to 'include/configparser.h')
-rw-r--r--include/configparser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configparser.h b/include/configparser.h
index 9b2cd4527..8292fdda5 100644
--- a/include/configparser.h
+++ b/include/configparser.h
@@ -17,6 +17,8 @@
*/
+#pragma once
+
struct fpos
{
std::string filename;
@@ -76,5 +78,3 @@ struct FileWrapper
}
}
};
-
-