Fighting off python bindings and repairing ccnx_fib visualizer plugin
diff --git a/helper/ccnx-stack-helper.cc b/helper/ccnx-stack-helper.cc
index 249954f..31ff9b2 100644
--- a/helper/ccnx-stack-helper.cc
+++ b/helper/ccnx-stack-helper.cc
@@ -63,7 +63,7 @@
   m_ccnxFactory.        SetTypeId ("ns3::CcnxL3Protocol");
   m_strategyFactory.    SetTypeId ("ns3::CcnxFloodingStrategy");
   m_contentStoreFactory.SetTypeId ("ns3::CcnxContentStoreLru");
-  m_fibFactory.         SetTypeId ("ns3::CcnxFib");
+  m_fibFactory.         SetTypeId ("ns3::CcnxFibImpl");
   m_pitFactory.         SetTypeId ("ns3::CcnxPit");
 }