lib: Adding explicit default constructor for JLDirectoryEntry.
commit55252755384cc198070de6eb3b8a0bb04cf7bca4
authorToby Gray <toby.gray@realvnc.com>
Thu, 7 Jun 2012 15:07:42 +0000 (7 16:07 +0100)
committerChris Frey <cdfrey@foursquare.net>
Wed, 25 Jul 2012 05:15:44 +0000 (25 01:15 -0400)
treeab32166d9c917d60efb5bfb9289891b85a35b811
parent30cbe0dad425caa11244572a747348b1cfbf9299
lib: Adding explicit default constructor for JLDirectoryEntry.

This change allows JLDirectoryEntry to be used in standard container
classes which need a default constructor. Without this then the Barry
DLL will fail to compile for WinCE as the compiler doesn't think
it can (or should) create a default constructor.
src/m_javaloader.cc
src/m_javaloader.h