Skip to content

Commit f936362

Browse files
Namespace exported plugin Create() method
1 parent 910789e commit f936362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/dspatch/Plugin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4545
#define EXPORT_PLUGIN( classname, ... ) \
4646
extern "C" \
4747
{ \
48-
DLLEXPORT Component* Create() \
48+
DLLEXPORT DSPatch::Component* Create() \
4949
{ \
5050
return new classname( __VA_ARGS__ ); \
5151
} \

0 commit comments

Comments
 (0)