Skip to content

Commit

Permalink
Fixed cpp example
Browse files Browse the repository at this point in the history
    * spec/visual/samples/cpp:
  • Loading branch information
jwillemsen committed Nov 4, 2016
1 parent f107de8 commit b997228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/visual/samples/cpp
Expand Up @@ -57,7 +57,7 @@ public:
virtual void foo () = 0;
};

class Derived final : Base
class Derived final : public Base
{
public:
Derived () = default;
Expand Down

0 comments on commit b997228

Please sign in to comment.