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