aboutsummaryrefslogtreecommitdiff
path: root/include/olm/base64.hh
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2015-06-28 17:56:40 +0200
committerMatthew Hodgson <matthew@matrix.org>2015-06-28 17:56:40 +0200
commit17aa7e65800abf852de8aa2b4cf9511d87c4c800 (patch)
treefd2fbb1e630965f2cd8962d0fc4a3fddcf82bad3 /include/olm/base64.hh
parentc1e87973b91fc503c00627892399335614422519 (diff)
remove rogue axolotls
Diffstat (limited to 'include/olm/base64.hh')
-rw-r--r--include/olm/base64.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/olm/base64.hh b/include/olm/base64.hh
index 0a7435b..a68894d 100644
--- a/include/olm/base64.hh
+++ b/include/olm/base64.hh
@@ -12,8 +12,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-#ifndef AXOLOLT_BASE64_HH_
-#define AXOLOLT_BASE64_HH_
+#ifndef OLM_BASE64_HH_
+#define OLM_BASE64_HH_
#include <cstddef>
#include <cstdint>
@@ -46,4 +46,4 @@ void decode_base64(
} // namespace olm
-#endif /* AXOLOLT_BASE64_HH_ */
+#endif /* OLM_BASE64_HH_ */