mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
renamed the cpp header file to *.hpp
to preven eventually a collision with #1789
This commit is contained in:
parent
42f96b0d60
commit
1f011eb1e9
@ -20,7 +20,7 @@
|
||||
* @}
|
||||
*/
|
||||
|
||||
#include "cpp_class.h"
|
||||
#include "cpp_class.hpp"
|
||||
|
||||
cpp_class::cpp_class()
|
||||
{
|
||||
|
@ -13,7 +13,7 @@
|
||||
* @ingroup examples
|
||||
* @{
|
||||
*
|
||||
* @file cpp_class.h
|
||||
* @file cpp_class.hpp
|
||||
* @brief simple c++ object declaration with public and private functions
|
||||
*
|
||||
* @author Martin Landsmann <martin.landsmann@haw-hamburg.de>
|
@ -32,7 +32,7 @@ extern "C" {
|
||||
|
||||
#include <cstdio>
|
||||
#include <vector>
|
||||
#include "cpp_class.h"
|
||||
#include "cpp_class.hpp"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user