Fix: Use C++17 compliant utf8 encoding.

This commit is contained in:
Kim Kulling
2023-02-28 21:53:18 +01:00
parent 46ae8534f7
commit a1aace74e5
2 changed files with 28 additions and 17 deletions

View File

@@ -46,7 +46,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
namespace AssimpSamples {
namespace SharedCode {
typename UTFConverter::UTFConverterImpl UTFConverter::impl_;
//typename UTFConverter::UTFConverterImpl UTFConverter::impl_;
}
}