Skip to content

Commit

Permalink
Fix inline isValid member function of Version
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibel committed Apr 11, 2017
1 parent e90843b commit e14cf24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/glbinding/include/glbinding/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ class Version
* @return
* true iff the version is valid (i.e., if this version is present in the set of valid versions).
*/
inline bool isValid() const;
GLBINDING_API bool isValid() const;

/**
* @brief
Expand Down

0 comments on commit e14cf24

Please sign in to comment.