Issue pointed by elfring: Non standard header guard

This commit is contained in:
arunmu 2016-03-21 18:07:05 +05:30
parent faa6e3af2f
commit a67cb2a439

View File

@ -31,8 +31,8 @@ Documentation for C++ subprocessing libraray.
@version 1.0.0
*/
#ifndef __SUBPROCESS_HPP_
#define __SUBPROCESS_HPP_
#ifndef SUBPROCESS_HPP
#define SUBPROCESS_HPP
#include <map>
#include <algorithm>
@ -1621,4 +1621,4 @@ OutBuffer pipeline(Args&&... args)
};
#endif // __SUBPROCESS_HPP_
#endif // SUBPROCESS_HPP