Skip to content

Commit

Permalink
Merge pull request #7 from Intrepidd/fix-public-enum
Browse files Browse the repository at this point in the history
Making the confType enum public so we can return it in the getType function
  • Loading branch information
gierschv committed Apr 4, 2012
2 parents 33e16a2 + 7d18d53 commit bd21567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/bref/BrefValue.h
Expand Up @@ -58,6 +58,7 @@ std::cout << v.asString() << std::endl;
*/
class BREF_DLL BrefValue
{
public:
/**
* \brief Config types
*/
Expand All @@ -72,7 +73,6 @@ class BREF_DLL BrefValue
arrayType /**< The value is a ::BrefValueArray */
};

public:
/**
* \brief Default constructor, build a Null BrefValue.
*/
Expand Down

0 comments on commit bd21567

Please sign in to comment.