Skip to content

Commit

Permalink
fixed compile
Browse files Browse the repository at this point in the history
  • Loading branch information
tom7 authored and sophiapoirier committed Oct 24, 2004
1 parent 19f1e73 commit 9c08ebd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion windowingstub/windowingstub.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ PLUGIN::~PLUGIN() {
#endif
}

PLUGINCORE::PLUGINCORE(TARGET_API_CORE_INSTANCE_TYPE *inInstance)
PLUGINCORE::PLUGINCORE(DfxPlugin * inInstance)
: DfxPluginCore(inInstance) {
/* determine the size of the largest window size */
long maxframe = 0;
Expand Down
2 changes: 1 addition & 1 deletion windowingstub/windowingstub.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class PLUGIN : public DfxPlugin {

class PLUGINCORE : public DfxPluginCore {
public:
PLUGINCORE(TARGET_API_CORE_INSTANCE_TYPE *inInstance);
PLUGINCORE(DfxPlugin * inInstance);
virtual ~PLUGINCORE();

virtual void reset();
Expand Down

0 comments on commit 9c08ebd

Please sign in to comment.