Skip to content

Commit

Permalink
Public inheritance for CSignal
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Jan 2, 2018
1 parent a0d8427 commit bdda91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/lib/Signal.h
Expand Up @@ -34,7 +34,7 @@ namespace shogun
* option bewteen: immediately exit the running method and fall back to
* the command line, prematurely stop the current algoritmh and do nothing.
*/
class CSignal : CSGObject
class CSignal : public CSGObject
{
public:
typedef rxcpp::subjects::subject<int> SGSubjectS;
Expand Down

0 comments on commit bdda91b

Please sign in to comment.