summaryrefslogtreecommitdiff
path: root/pom.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-16 14:03:51 -0400
committerpommicket <pommicket@gmail.com>2025-09-16 14:03:51 -0400
commit9f817b370e55c24db5dee3f6948d2d95df7c3207 (patch)
tree5a315d38ab6e607ab80953f266bc319958e149dd /pom.h
parent9c4f73d970d549388661bbf274393f613cff511d (diff)
Start C++ library
Diffstat (limited to 'pom.h')
-rw-r--r--pom.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.h b/pom.h
index f2f7e52..8ae9ff1 100644
--- a/pom.h
+++ b/pom.h
@@ -31,8 +31,8 @@
/// \mainpage libpom doxygen documentation
///
/// See \ref pom.h for all types/functions.
-#ifndef POM_H_
-#define POM_H_
+#ifndef POM__H_
+#define POM__H_
#ifndef POM_NO_STDIO
#include <stdio.h>
@@ -533,4 +533,4 @@ pom_conf_free(pom_conf *conf);
} // extern "C"
#endif
-#endif // POM_H_
+#endif // POM__H_