diff options
Diffstat (limited to 'src/progs/ingenuity/PatchPortModule.h')
-rw-r--r-- | src/progs/ingenuity/PatchPortModule.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/progs/ingenuity/PatchPortModule.h b/src/progs/ingenuity/PatchPortModule.h index 516d912d..619b8ecf 100644 --- a/src/progs/ingenuity/PatchPortModule.h +++ b/src/progs/ingenuity/PatchPortModule.h @@ -14,8 +14,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef OMPORTMODULE_H -#define OMPORTMODULE_H +#ifndef PATCHPORTMODULE_H +#define PATCHPORTMODULE_H #include <string> #include <boost/enable_shared_from_this.hpp> @@ -73,4 +73,4 @@ protected: } // namespace Ingenuity -#endif // OMPORTMODULE_H +#endif // PATCHPORTMODULE_H |