修复Object路径错误

This commit is contained in:
Nomango 2017-09-30 16:34:14 +08:00
parent 5d51e7143d
commit 24f94aee43
2 changed files with 4 additions and 4 deletions

6
.gitignore vendored
View File

@ -1,8 +1,8 @@
# ignore all files in the /Easy2D/** directory
Easy2D/Win32/
Easy2D/x64/
Win32
x64
backup
Win32/
x64/
backup/
*.lnk
.vs

View File

@ -1,4 +1,4 @@
#include "easy2d.h"
#include "..\easy2d.h"
Object::Object() :
m_nRef(0)