summaryrefslogtreecommitdiff
path: root/common/library.h
diff options
context:
space:
mode:
authorleo2005-12-30 21:47:52 +0000
committerleo2005-12-30 21:47:52 +0000
commit43be715ad595e58f3381439c88defb209aa06f89 (patch)
tree3e0f11561819966ec6fbe9028f9f21e50b55649a /common/library.h
parent49055c86feda30d3d7e4f6d5c8738c2aef5b68d9 (diff)
Show piece numbers and a few small fixes.
git-svn-id: http://svn.leocad.org/trunk@450 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common/library.h')
-rwxr-xr-xcommon/library.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/library.h b/common/library.h
index 41ccbdd..7e638ef 100755
--- a/common/library.h
+++ b/common/library.h
@@ -79,6 +79,9 @@ public:
bool ImportTexture(const char* Name);
bool ImportLDrawPiece(const char* Filename);
+ // Set when pieces are added/removed from the library.
+ bool m_Modified;
+
protected:
char m_LibraryPath[LC_MAXPATH]; // path to the library files
@@ -92,7 +95,6 @@ protected:
// Categories.
ObjArray<PiecesLibraryCategory> m_Categories;
- bool m_Modified;
bool m_CategoriesModified;
char m_CategoriesFile[LC_MAXPATH];