Skip to content

Commit

Permalink
COMMON: Mark FoxPro as noncopyable
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Oct 23, 2016
1 parent c2a8d4a commit 8750534
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/common/foxpro.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
#include <vector>
#include <list>

#include <boost/noncopyable.hpp>

#include "src/common/types.h"
#include "src/common/ustring.h"

Expand All @@ -37,7 +39,7 @@ class SeekableReadStream;
class WriteStream;

/** A database in FoxPro 2.0 format. */
class FoxPro {
class FoxPro : boost::noncopyable {
public:
/** A field type. */
enum Type {
Expand Down

0 comments on commit 8750534

Please sign in to comment.