mirror of
https://github.com/Fishwaldo/Fuzzylite.git
synced 2025-03-15 19:31:36 +00:00
fix compile error
This commit is contained in:
parent
a253a3c7e6
commit
107436d504
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ namespace fl {
|
|||
case TIME_EQUALTO:
|
||||
return "Equal To";
|
||||
}
|
||||
return "Unknown";
|
||||
}
|
||||
|
||||
void DateTime::configure(const std::string& parameters) {
|
||||
|
|
Loading…
Add table
Reference in a new issue