diff --git a/src/GLideNHQ/TxInternal.h b/src/GLideNHQ/TxInternal.h index 37b42025..222f3c7d 100644 --- a/src/GLideNHQ/TxInternal.h +++ b/src/GLideNHQ/TxInternal.h @@ -25,7 +25,7 @@ #define __INTERNAL_H__ #include "TxFilterExport.h" -#include "txWidestringWrapper.h" +#include "txWidestringHelper.h" #include diff --git a/src/GLideNHQ/txWidestringWrapper.h b/src/GLideNHQ/txWidestringHelper.h similarity index 69% rename from src/GLideNHQ/txWidestringWrapper.h rename to src/GLideNHQ/txWidestringHelper.h index d6abd2c4..80f731dc 100644 --- a/src/GLideNHQ/txWidestringWrapper.h +++ b/src/GLideNHQ/txWidestringHelper.h @@ -1,6 +1,4 @@ -#ifndef ___TXWIDESCREENWRAPPER_H__ -#define ___TXWIDESCREENWRAPPER_H__ - +#pragma once #include #include @@ -15,5 +13,3 @@ void removeColon(tx_wstring& _s) { std::replace(_s.begin(), _s.end(), L':', L'-'); } - -#endif // ___TXWIDESCREENWRAPPER_H__