changeset 693:56514f717cc3

Correct builder.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 22 May 2008 10:53:59 +0300
parents 0126579b6652
children fd81a16434ed
files src/xs_sidplay2.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xs_sidplay2.cc	Thu May 22 09:22:49 2008 +0300
+++ b/src/xs_sidplay2.cc	Thu May 22 10:53:59 2008 +0300
@@ -286,7 +286,7 @@
     if (xs_cfg.sid2Builder == XS_BLD_HARDSID) {
 #ifdef HAVE_SIDPLAY2_COMI
         myEngine->currBuilder = HardSIDBuilderCreate("");
-        SidLazyIPtr<IReSIDBuilder> hs(myEngine->currBuilder);
+        SidLazyIPtr<IHardSIDBuilder> hs(myEngine->currBuilder);
         if (hs) {
             myEngine->currConfig.sidEmulation = hs->iaggregate();
 #else