Skip to content

Commit cae951a

Browse files
committed
Switch to public inheritance, otherwise static check fails
1 parent b5139f3 commit cae951a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

morpheus/plugins/miscellaneous/gab_pseudopodia.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ A detailed description of my example plugin that can contain mathematical formul
2727
*/
2828

2929
// class declaration, and inheritance of plugin interface
30-
class Pseudopodia : CPM_Energy, Cell_Update_Checker, InstantaneousProcessPlugin {
30+
class Pseudopodia : public CPM_Energy, public Cell_Update_Checker, public InstantaneousProcessPlugin {
3131
private:
3232
// parameters that are specified in XML (as values, strings or symbolic expressions)
3333
PluginParameter2<double, XMLValueReader, DefaultValPolicy> neighboringActinBonus;

0 commit comments

Comments
 (0)