Skip to content

Commit e14cf24

Browse files
committed
Fix inline isValid member function of Version
1 parent e90843b commit e14cf24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/glbinding/include/glbinding/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ class Version
214214
* @return
215215
* true iff the version is valid (i.e., if this version is present in the set of valid versions).
216216
*/
217-
inline bool isValid() const;
217+
GLBINDING_API bool isValid() const;
218218

219219
/**
220220
* @brief

0 commit comments

Comments
 (0)