-
Notifications
You must be signed in to change notification settings - Fork 773
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed linker error due to WorkerProcess::mainLoop() definition not be…
…ing in br namespace
- Loading branch information
Josh Klontz
authored and
Josh Klontz
committed
Oct 24, 2013
1 parent
535886a
commit 885c3ec
Showing
2 changed files
with
2 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,8 +104,6 @@ class EnrollmentWorker | |
} | ||
} | ||
} | ||
|
||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
jklontz
Member
|
||
|
||
}; | ||
|
||
void WorkerProcess::mainLoop() | ||
|
@@ -254,12 +252,6 @@ class ProcessWrapperTransform : public TimeVaryingTransform | |
|
||
BR_REGISTER(Transform, ProcessWrapperTransform) | ||
|
||
|
||
} | ||
|
||
|
||
#include "process.moc" | ||
|
||
|
||
|
||
|
In hindsight, this commit appears to do nothing. Perhaps my linker issue was due to something else...