]> git.siccegge.de Git - frida/frida.git/blobdiff - src/gui/dialogs/NewFunctionDialog.hxx
Add missing Include-Guards to dialogs
[frida/frida.git] / src / gui / dialogs / NewFunctionDialog.hxx
index b89c38eb8447cac6b6fe8528ff3963a2a337836d..44ad2f86e26fe4fdb46ebfa4eb408b3cffb8872f 100644 (file)
@@ -1,3 +1,5 @@
+#ifndef INCLUDE__NewFunctionDialog_hxx
+#define INCLUDE__NewFunctionDialog_hxx
 
 #include "qt.hxx"
 
@@ -10,3 +12,5 @@ public:
 private:
        QLineEdit * edit;
 };
+
+#endif /* INCLUDE__NewFunctionDialog_hxx */