Skip to content

Commit 01f334d

Browse files
authored
Merge pull request #1287 from ericmehl/export-IECoreGL-Buffer-ScopedBinding
IECoreGL::Buffer : Export `ScopedBinding` symbol
2 parents 3114c7d + dd78fc3 commit 01f334d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/IECoreGL/Buffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class IECOREGL_API Buffer : public IECore::RunTimeTyped
7474
/// The ScopedBinding class allows the buffer to be bound to a target
7575
/// for a specific duration, without worrying about remembering to
7676
/// unbind it.
77-
class ScopedBinding
77+
class IECOREGL_API ScopedBinding
7878
{
7979

8080
public :

0 commit comments

Comments
 (0)