diff options
author | Carl Schwan <carl@carlschwan.eu> | 2021-01-24 17:59:31 +0100 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-12-01 21:34:52 +0100 |
commit | 5b072f7d2519df4c60cc6ae4ce728e99a09d8d44 (patch) | |
tree | f0ccf309a3ebe0c2cccfc50d2f6d9b9076a97e3b /lib/olm/errors.h | |
parent | 8706c055e69b01097b702403aaa0d222e5ab0d29 (diff) | |
download | libquotient-5b072f7d2519df4c60cc6ae4ce728e99a09d8d44.tar.gz libquotient-5b072f7d2519df4c60cc6ae4ce728e99a09d8d44.zip |
ifdef everything
Diffstat (limited to 'lib/olm/errors.h')
-rw-r--r-- | lib/olm/errors.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/olm/errors.h b/lib/olm/errors.h index 3dc4c796..09d2a989 100644 --- a/lib/olm/errors.h +++ b/lib/olm/errors.h @@ -2,9 +2,9 @@ // // SPDX-License-Identifier: LGPL-2.1-or-later -#ifndef QUOTIENT_OLM_ERROR_H -#define QUOTIENT_OLM_ERROR_H +#pragma once +#ifdef Quotient_E2EE_ENABLED #include <string> namespace Quotient { |