From cc6fdb46707ab8ecf255c603e3551a7b11fc7039 Mon Sep 17 00:00:00 2001 From: Sergey Lipskiy Date: Sun, 24 Oct 2021 17:20:53 +0700 Subject: [PATCH] Rename txWidestringWrapper.h to txWidestringHelper.h Correct #include --- src/GLideNHQ/TxInternal.h | 2 +- .../{txWidestringWrapper.h => txWidestringHelper.h} | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) rename src/GLideNHQ/{txWidestringWrapper.h => txWidestringHelper.h} (69%) 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__