Skip to content

Commit 1c0f336

Browse files
committed
empty lib won't link
1 parent acb01e0 commit 1c0f336

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

parallelport/ledActor.c++

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
#ifndef VSS_MAC // Porting this Intel-specific code might be hard.
1+
#ifdef VSS_MAC // Porting this Intel-specific code might be hard.
2+
#include "VActor.h"
3+
class LedActor: public VActor {};
4+
ACTOR_SETUP(LedActor, LedActor)
5+
#else
26

37
#include "ledActor.h"
48

0 commit comments

Comments
 (0)