diff --git a/newcoin.vcxproj b/newcoin.vcxproj
index 0e7dfbd8fa..e29623a848 100644
--- a/newcoin.vcxproj
+++ b/newcoin.vcxproj
@@ -192,6 +192,7 @@
+
diff --git a/newcoin.vcxproj.filters b/newcoin.vcxproj.filters
index ae7712d308..dd3b6d700c 100644
--- a/newcoin.vcxproj.filters
+++ b/newcoin.vcxproj.filters
@@ -524,6 +524,9 @@
Header Files
+
+ Header Files
+
diff --git a/src/OrderBook.h b/src/OrderBook.h
index 1d0262b278..e143589f48 100644
--- a/src/OrderBook.h
+++ b/src/OrderBook.h
@@ -17,7 +17,8 @@ class OrderBook
public:
typedef boost::shared_ptr pointer;
- // returns NULL if ledgerEntry doesn't point to an orderbook
+ // returns NULL if ledgerEntry doesn't point to an order
+ // if ledgerEntry is an Order it creates the OrderBook this order would live in
static OrderBook::pointer newOrderBook(SerializedLedgerEntry::pointer ledgerEntry);
uint256& getBookBase(){ return(mBookBase); }