remove virtual

This commit is contained in:
Sylvain PILLOT 2022-03-01 16:12:50 +01:00
parent a35c96f38e
commit 81bd7091b8
1 changed files with 8 additions and 0 deletions

View File

@ -3,6 +3,10 @@
// Copyright (c) 2005 by Mike Sharov <msharov@users.sourceforge.net>
// This file is free software, distributed under the MIT License.
#ifdef __cplusplus
extern "C" {
#endif
#pragma once
#include "memblock.h"
#include "utf8.h"
@ -306,3 +310,7 @@ inline hashvalue_t hash_value (const char* v)
//----------------------------------------------------------------------
} // namespace ustl
#ifdef __cplusplus
}
#endif