From 10536f19b3e3c455ad636017413781e6ff2ccc5d Mon Sep 17 00:00:00 2001 From: Marco De Marco Date: Tue, 21 Jan 2014 14:46:44 +0100 Subject: [PATCH] Minor fix: friend class added --- Makefile | 2 +- src/PlainSession.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 08de983..52f1312 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ CXX_RELEASE_FLAGS=-O3 CXX_DEFAULT_FLAGS=-c -Wall -Wextra -std=c++0x LDFLAGS=-Wall -lomniORB4 -lomniDynamic4 -lCOS4 -lomnithread -ltango -llog4tango \ -lsoci_core -lsoci_mysql -lboost_system -lboost_thread -lboost_filesystem \ - -lboost_date_time-mt -lprotobuf -lssl + -lboost_date_time -lprotobuf -lssl INC_PARM=$(foreach d, $(INC_DIR), -I$d) LIB_PARM=$(foreach d, $(LIB_DIR), -L$d) PROTOC :=/usr/local/protobuf/bin/protoc diff --git a/src/PlainSession.h b/src/PlainSession.h index 88f4431..f069f6d 100644 --- a/src/PlainSession.h +++ b/src/PlainSession.h @@ -23,7 +23,7 @@ protected: virtual ~PlainSession(); class Deleter; - friend Deleter; + friend class Deleter; class Deleter { public: -- GitLab