Skip to content

Commit

Permalink
MixManager: Do not use 'pragma once'
Browse files Browse the repository at this point in the history
  • Loading branch information
melvo committed Nov 19, 2023
1 parent b2f65ed commit 1064c41
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/client/QXmppMixManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
//
// SPDX-License-Identifier: LGPL-2.1-or-later

#pragma once
#ifndef QXMPPMIXMANAGER_H
#define QXMPPMIXMANAGER_H

#include "QXmppClient.h"
#include "QXmppClientExtension.h"
Expand Down Expand Up @@ -155,3 +156,5 @@ class QXMPP_EXPORT QXmppMixManager : public QXmppClientExtension, public QXmppMe
bool m_archivingSupportedByServer = false;
QList<Service> m_services;
};

#endif // QXMPPMIXMANAGER_H

0 comments on commit 1064c41

Please sign in to comment.