fix typo
[libt2n] / examples / minimalistic-stub.hxx
index 7888989..510fa74 100644 (file)
@@ -22,9 +22,9 @@
 #include <command.hxx>
 
 #ifdef _GCCXML__
-#define LIBT2P_EXPORT __attribute((gccxml("libt2n")))
+#define LIBT2N_EXPORT __attribute((gccxml("libt2n")))
 #else
-#define LIBT2P_EXPORT
+#define LIBT2N_EXPORT
 #endif
 
 class cmd_group_example : public libt2n::command