Go to file
lionel 327be8dc28 pavuapplication: fix compilation issue with g++ (Raspbian 4.9.2-10+deb8u2)
Fixes this compilation issue:

pavuapplication.cc: In function ‘int main(int, char**)’:
pavuapplication.cc:146:32: error: use of deleted function ‘PavuApplication::PavuApplication(PavuApplication&&)’
     auto app = PavuApplication();
                                ^
In file included from pavuapplication.cc:29:0:
pavuapplication.h:27:7: note: ‘PavuApplication::PavuApplication(PavuApplication&&)’ is implicitly deleted because the default definition would be ill-formed:
 class PavuApplication : public Gtk::Application {
       ^
In file included from /usr/include/gtkmm-3.0/gtkmm/window.h:32:0,
                 from /usr/include/gtkmm-3.0/gtkmm/dialog.h:30,
                 from /usr/include/gtkmm-3.0/gtkmm/aboutdialog.h:33,
                 from /usr/include/gtkmm-3.0/gtkmm.h:99,
                 from pavucontrol.h:29,
                 from pavuapplication.h:24,
                 from pavuapplication.cc:29:
/usr/include/gtkmm-3.0/gtkmm/application.h:211:3: error: ‘Gtk::Application::Application(const Gtk::Application&)’ is private
   Application(const Application&);
   ^
In file included from pavuapplication.cc:29:0:
pavuapplication.h:27:7: error: within this context
 class PavuApplication : public Gtk::Application {
       ^
In file included from /usr/include/glibmm-2.4/glibmm/wrap.h:26:0,
                 from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:26,
                 from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
                 from /usr/include/glibmm-2.4/glibmm.h:91,
                 from /usr/include/gtkmm-3.0/gtkmm.h:87,
                 from pavucontrol.h:29,
                 from pavuapplication.h:24,
                 from pavuapplication.cc:29:
/usr/include/glibmm-2.4/glibmm/objectbase.h:238:3: error: ‘Glib::ObjectBase::ObjectBase(const Glib::ObjectBase&)’ is private
   ObjectBase(const ObjectBase&);
   ^
In file included from pavuapplication.cc:29:0:
pavuapplication.h:27:7: error: within this context
 class PavuApplication : public Gtk::Application {
       ^
2020-02-14 11:35:54 +02:00
doc doc: Drop email as a method of patch submission 2019-07-02 10:42:44 +05:30
m4 build-sys: Add m4 file for AX_CXX_COMPILE_STDCXX_11 2016-02-02 17:05:36 +05:30
po i18n: Add pavucontrol.pot to version control 2020-02-13 09:21:15 +02:00
src pavuapplication: fix compilation issue with g++ (Raspbian 4.9.2-10+deb8u2) 2020-02-14 11:35:54 +02:00
.gitignore .gitignore: add compile 2016-04-26 17:12:07 +03:00
LICENSE Fix license mess: change everything to GPL 2007-05-23 23:34:52 +00:00
Makefile.am build-sys: Don't dist m4/ChangeLog 2015-03-23 23:35:39 +05:30
autogen.sh remove $Id$ 2008-07-15 13:24:56 +02:00
bootstrap.sh build-sys: Use autoreconf in bootstrap.sh 2013-03-25 08:45:24 +02:00
configure.ac prepare for releasing 4.0 2019-03-05 17:37:57 +02:00