diff options
author | Pixel <pixel@nobis-crew.org> | 2009-06-10 03:33:35 +0000 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2009-06-10 03:33:35 +0000 |
commit | 4a015a9287f60cfb528da3c637d46a8d4b5ec104 (patch) | |
tree | a147fab4cf0f9c30693b46a04ab4d1cdb90d351c | |
parent | e0940305791e86f442cd761de486deb344b8e939 (diff) |
Typo...
-rw-r--r-- | lib/isobuilder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/isobuilder.cpp b/lib/isobuilder.cpp index d3d9e1b..54d9368 100644 --- a/lib/isobuilder.cpp +++ b/lib/isobuilder.cpp @@ -101,7 +101,7 @@ isobuilder::DirTree::DirTree(isobuilder::DirTree * _father, bool _dir) : mode(-1 } } -isobuilder::DirTree::setdvdmode() { +void isobuilder::DirTree::setdvdmode() { dvdmode = true; } |