Changed the include guard
fluxgen fluxgen
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
src/i18n.hh
→
src/i18n.hh
@@ -19,8 +19,8 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -#ifndef __i18n_h -#define __i18n_h +#ifndef _I18N_HH_ +#define _I18N_HH_ #ifdef NLS # include "../nls/blackbox-nls.hh"