Minor corrections.
This commit is contained in:
parent
25e241b4b8
commit
87d45dd765
@ -26,9 +26,8 @@
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <list>
|
||||
#include <algorithm>
|
||||
#include <errno.h>
|
||||
#include <sstream>
|
||||
#include <iomanip>
|
||||
|
||||
#if defined WIN32
|
||||
#include <Windows.h>
|
||||
|
@ -68,7 +68,7 @@ std::string GetUniformName(std::string& path);
|
||||
* @brief Get extension for a file
|
||||
*
|
||||
* @param file
|
||||
* @return extension, if found, or std::string::npos if not
|
||||
* @return extension, if found, or empty string if not
|
||||
*/
|
||||
std::string GetExtension(std::string& file);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user