Skip to content

Commit

Permalink
libdeng2|Windows: Export Binder, NativeFunctionSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Jan 19, 2014
1 parent cda00fa commit 2d173d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doomsday/libdeng2/include/de/scriptsys/function.h
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ class DENG2_PUBLIC Function : public Counted, public ISerializable, DENG2_OBSERV
*
* @ingroup script
*/
class NativeFunctionSpec
class DENG2_PUBLIC NativeFunctionSpec
{
public:
NativeFunctionSpec(Function::NativeEntryPoint entryPoint,
Expand Down Expand Up @@ -257,7 +257,7 @@ class NativeFunctionSpec
* them when the instance is destroyed. Use as a member in a class that registers
* native entry points.
*/
class Binder
class DENG2_PUBLIC Binder
{
public:
/**
Expand Down

0 comments on commit 2d173d5

Please sign in to comment.