+ fix -Wunused-parameter

This commit is contained in:
wmayer
2016-10-08 15:13:56 +02:00
parent 8a21cd4daa
commit 09028b0a7f
6 changed files with 8 additions and 8 deletions

View File

@@ -175,7 +175,7 @@ void ViewProviderGroupExtension::extensionHide(void) {
this->visible = false;
}
bool ViewProviderGroupExtension::extensionOnDelete(const std::vector< std::string >& vec) {
bool ViewProviderGroupExtension::extensionOnDelete(const std::vector< std::string >& ) {
auto* group = getExtendedViewProvider()->getObject()->getExtensionByType<App::GroupExtension>();
// If the group is nonempty ask the user if he wants to delete it's content