Fixed include guard.

This commit is contained in:
tastytea 2019-04-02 11:20:35 +02:00
parent b49e8600ac
commit a63f63bd4f
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 3 additions and 3 deletions

View File

@ -14,8 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef RETURN_TYPES_EASY_HPP
#define RETURN_TYPES_EASY_HPP
#ifndef MASTODON_CPP_EASY_RETURN_TYPES_EASY_HPP
#define MASTODON_CPP_EASY_RETURN_TYPES_EASY_HPP
#include <string>
#include <vector>
@ -107,4 +107,4 @@ namespace Easy
}
}
#endif // RETURN_TYPES_EASY_HPP
#endif // MASTODON_CPP_EASY_RETURN_TYPES_EASY_HPP