App: fix ObjectIdentifier causing link errors

Add missing AppExport to hash_value().
This commit is contained in:
DeepSOIC
2016-05-05 20:29:03 +03:00
committed by wmayer
parent b3e9c6b9a9
commit 472af4bf59

View File

@@ -267,7 +267,7 @@ protected:
};
std::size_t hash_value(const App::ObjectIdentifier & path);
std::size_t AppExport hash_value(const App::ObjectIdentifier & path);
}