summaryrefslogtreecommitdiff
path: root/gio/giomm
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-03-31 11:14:58 +0200
committerMurray Cumming <murrayc@murrayc.com>2016-03-31 11:39:07 +0200
commitf61e1d0e8b6c48d940ba9d2690543af9192614c1 (patch)
tree98c568e0c942a102906fac936a2848e07b652a35 /gio/giomm
parentfb9f840e18edaa54f6c51762b2b9aa67f6fcd85b (diff)
downloadglibmm-f61e1d0e8b6c48d940ba9d2690543af9192614c1.tar.gz
C++11: .h/.cc files: Replace typedefs with using.
Diffstat (limited to 'gio/giomm')
-rw-r--r--gio/giomm/socketsource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/giomm/socketsource.h b/gio/giomm/socketsource.h
index 2096816f..c1345c6d 100644
--- a/gio/giomm/socketsource.h
+++ b/gio/giomm/socketsource.h
@@ -100,7 +100,7 @@ SignalSocket signal_socket(
class SocketSource : public Glib::IOSource
{
public:
- typedef Gio::SocketSource CppObjectType;
+ using CppObjectType = Gio::SocketSource;
static Glib::RefPtr<SocketSource> create(const Glib::RefPtr<Socket>& socket,
Glib::IOCondition condition,