Skip to content

Commit 0f9c76a

Browse files
committed
Fix proper linking of PPropertyParser
1 parent af94a17 commit 0f9c76a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Toshi/Include/TGui/TGUIDeserialisable.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include "Defines.h"
33
#include "TKernel/TObject.h"
44
#include "TGui/TGUIInterface.h"
5-
#include "PPropertyParser/PPropertyValue.h"
5+
#include "PPropertyParser/PProperties.h"
66

77
TOSHI_NAMESPACE_BEGIN
88

File renamed without changes.

Toshi/premake5.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ project ("TGuiInterface")
232232
{
233233
"winmm.lib",
234234
"TKernelInterface",
235-
"PProperties"
235+
"PPropertyParser"
236236
}
237237

238238
includedirs

0 commit comments

Comments
 (0)