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 4d7f802a13
commit 97f0e15175

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);
}