Commit bc36399b authored by Andrea Zoli's avatar Andrea Zoli
Browse files

Rename SharedPtr include guards.

parent 2cdfb727
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,8 +15,8 @@
 *                                                                         *
 ***************************************************************************/

#ifndef _SHARED_PTR_H
#define _SHARED_PTR_H
#ifndef __PACKETLIB_SHARED_PTR_H
#define __PACKETLIB_SHARED_PTR_H

namespace PacketLib
{