some desc fixes

This commit is contained in:
2017-10-22 04:47:29 +03:00
parent 475cb92969
commit 966c113f72
2 changed files with 4 additions and 14 deletions

View File

@ -14,8 +14,8 @@
*/
#ifndef _RESULT_H_
#define _RESULT_H_
#ifndef _RESULT_HPP_
#define _RESULT_HPP_
#include <string>
#include <variant>
@ -155,4 +155,4 @@ public:
};
};
#endif /* _RESULT_H_ */
#endif /* _RESULT_HPP_ */