Merge pull request #46 from Serhiy-Shekhovtsov/patch-2

fixed a typo in PlottingImageListener.hpp
This commit is contained in:
Andy Dennie 2018-04-23 08:54:29 -04:00 committed by GitHub
commit a9a7e378a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ public:
}
values = (float *)&f.emojis;
for (std::string emoji : viz.EMOTIONS)
for (std::string emoji : viz.EMOJIS)
{
fStream << (*values) << ",";
values++;