diff --git a/Extractor/ExtractionHelperFunctions.h b/Extractor/ExtractionHelperFunctions.h index 0580aec64..39ec3616a 100644 --- a/Extractor/ExtractionHelperFunctions.h +++ b/Extractor/ExtractionHelperFunctions.h @@ -25,6 +25,8 @@ or see http://www.gnu.org/licenses/agpl.txt. #include +//TODO: Move into LUA + inline bool durationIsValid(const std::string &s) { boost::regex e ("((\\d|\\d\\d):)*(\\d|\\d\\d)",boost::regex_constants::icase|boost::regex_constants::perl);