Skip to content

Commit

Permalink
Merge pull request #59 from lidaobing/patch-1
Browse files Browse the repository at this point in the history
Update NacosExceptions.h's header guard
  • Loading branch information
TTTTTAAAAAKKKKEEEENNNN authored Mar 17, 2021
2 parents 9b54f96 + 2cfb3bb commit 5e7c4e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/NacosExceptions.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef __EXCEPTIONS_H_
#define __EXCEPTIONS_H_
#ifndef __NACOS_EXCEPTIONS_H_
#define __NACOS_EXCEPTIONS_H_

#include <exception>
#include "NacosString.h"
Expand Down

0 comments on commit 5e7c4e8

Please sign in to comment.