Skip to content
Snippets Groups Projects
Commit e3aa0daf authored by Mike Hance's avatar Mike Hance
Browse files

missing namespace for C++ class link

Former-commit-id: 3aa3f673a97c6d072050ef5d3da5dabdd85283d2
parent a40a373d
No related branches found
No related tags found
Loading
...@@ -15,8 +15,8 @@ ...@@ -15,8 +15,8 @@
#pragma link C++ nestedclass; #pragma link C++ nestedclass;
#pragma link C++ namespace Upgrade; #pragma link C++ namespace Upgrade;
#pragma link C++ class UpgradePerformanceFunctions; #pragma link C++ class Upgrade::UpgradePerformanceFunctions+;
#endif #endif
#endif #endif
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment