src: Yearly copyright bump
[quassel.git] / src / core / coredccconfig.h
index 1b3c49a..3ebb715 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-2016 by the Quassel Project                        *
+ *   Copyright (C) 2005-2019 by the Quassel Project                        *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -38,7 +38,7 @@ public:
      *
      * @param[in] session Pointer to the parent CoreSession (takes ownership)
      */
-    CoreDccConfig(CoreSession *session);
+    CoreDccConfig(CoreSessionsession);
 
 public slots:
     /**
@@ -47,5 +47,5 @@ public slots:
     void save();
 
 private:
-    CoreSession *_coreSession {nullptr};  ///< Pointer to the parent CoreSession
+    CoreSession* _coreSession{nullptr};  ///< Pointer to the parent CoreSession
 };