Skip to content
Snippets Groups Projects
Commit e78164c0 authored by Jan Möbius's avatar Jan Möbius
Browse files

Changed AddEmpty slot from FileInterface

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@7862 383ad7c9-94d9-4d36-a494-682f7c89f535
parent d82a0b25
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ public slots:
* \todo Add an addEmpty function with a given type as an attribute. The plugin should then create only an
* empty object of the given type. It can be assumed that there is only one type given at a time.
*/
virtual int addEmpty() { return -1 };
virtual int addEmpty() { return -1; };
/** \brief Load an object from the given file
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment