修复Object路径错误
This commit is contained in:
parent
5d51e7143d
commit
24f94aee43
|
|
@ -1,8 +1,8 @@
|
|||
# ignore all files in the /Easy2D/** directory
|
||||
Easy2D/Win32/
|
||||
Easy2D/x64/
|
||||
Win32
|
||||
x64
|
||||
backup
|
||||
Win32/
|
||||
x64/
|
||||
backup/
|
||||
*.lnk
|
||||
.vs
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
#include "easy2d.h"
|
||||
#include "..\easy2d.h"
|
||||
|
||||
Object::Object() :
|
||||
m_nRef(0)
|
||||
|
|
|
|||
Loading…
Reference in New Issue