Skip to content

Commit

Permalink
App: fix ObjectIdentifier causing link errors
Browse files Browse the repository at this point in the history
Add missing AppExport to hash_value().
  • Loading branch information
DeepSOIC authored and wwmayer committed May 7, 2016
1 parent b3e9c6b commit 472af4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/ObjectIdentifier.h
Expand Up @@ -267,7 +267,7 @@ class AppExport ObjectIdentifier {

};

std::size_t hash_value(const App::ObjectIdentifier & path);
std::size_t AppExport hash_value(const App::ObjectIdentifier & path);

}

Expand Down

0 comments on commit 472af4b

Please sign in to comment.