summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/kmolelements.cpp
Side-by-side diff
Diffstat (limited to 'noncore/apps/oxygen/kmolelements.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/oxygen/kmolelements.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/oxygen/kmolelements.cpp b/noncore/apps/oxygen/kmolelements.cpp
index ce8f9c1..e76461b 100644
--- a/noncore/apps/oxygen/kmolelements.cpp
+++ b/noncore/apps/oxygen/kmolelements.cpp
@@ -48,7 +48,7 @@ QString SubUnit::getName() const {
/**
* Get the molecular weight of THIS, based on the data from ELSTABLE.
*/
-double SubUnit::getWeight(QDict<SubUnit>* elstable) const {
+double SubUnit::getWeight(QDict<SubUnit>* ) const {
return -1;
}
@@ -218,7 +218,7 @@ void Element::writeOut(QString& line) {
line = name + " " + line;
}
-double Element::getWeight(QDict<SubUnit>* elstable) const {
+double Element::getWeight(QDict<SubUnit>* ) const {
return weight;
}