add AgentData.cpp with defined abstract destructor

This commit is contained in:
Stephen Birarda 2013-02-21 12:57:45 -08:00
parent 060f4dceca
commit 47e2e6651a

11
shared/src/AgentData.cpp Normal file
View file

@ -0,0 +1,11 @@
//
// AgentData.cpp
// hifi
//
// Created by Stephen Birarda on 2/19/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved.
//
#include "AgentData.h"
AgentData::~AgentData() {}