diff options
Diffstat (limited to 'src/net/uploadcharinfo.h')
-rw-r--r-- | src/net/uploadcharinfo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/uploadcharinfo.h b/src/net/uploadcharinfo.h index 83eb854f9..14946c385 100644 --- a/src/net/uploadcharinfo.h +++ b/src/net/uploadcharinfo.h @@ -18,8 +18,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef NET_UPLOADCHRINFO_H -#define NET_UPLOADCHRINFO_H +#ifndef NET_UPLOADCHARINFO_H +#define NET_UPLOADCHARINFO_H #include <string> @@ -49,4 +49,4 @@ struct UploadChatInfo final std::string addStr; }; -#endif // NET_UPLOADCHRINFO_H +#endif // NET_UPLOADCHARINFO_H |