Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Sep 4, 2015
1 parent 6a15552 commit 7144769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/timblapi.cc
Expand Up @@ -101,7 +101,7 @@ tuple TimblApiWrapper::classify3(const std::string& line, bool normalize, const
}


Timbl::TimblExperiment * timblApiWrapper::getexperimentforthread() {
Timbl::TimblExperiment * TimblApiWrapper::getexperimentforthread() {
pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER; //global lock
pthread_mutex_lock(&lock);
pthread_t thisthread = pthread_self();
Expand Down

0 comments on commit 7144769

Please sign in to comment.