Skip to content

Commit

Permalink
COMMON: Forward-declare NoOption as a class, not a struct
Browse files Browse the repository at this point in the history
Because it is a class.
  • Loading branch information
DrMcCoy committed May 25, 2018
1 parent 051d804 commit 0dd92be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/cli.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace Common {
namespace CLI {

class Getter;
struct NoOption;
class NoOption;

enum OptionRet {
kContinueParsing = 0,
Expand Down

0 comments on commit 0dd92be

Please sign in to comment.