Commit d2002ff8 authored by Claes Sjöfors's avatar Claes Sjöfors

Compile fix

parent 72e4b138
...@@ -271,7 +271,7 @@ pwr_sAttrRef wb_adrep::aref() ...@@ -271,7 +271,7 @@ pwr_sAttrRef wb_adrep::aref()
// //
pwr_tOid wb_adrep::boid() pwr_tOid wb_adrep::boid()
{ {
pwr_tOid oid; pwr_tOid oid = pwr_cNOid;
// dbs_sBdef *b = (dbs_sBdef *)dbs_Address(sts, m_v->m_env, m_a->bdef); // dbs_sBdef *b = (dbs_sBdef *)dbs_Address(sts, m_v->m_env, m_a->bdef);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment