summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nlid_cmos.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/devices/nlid_cmos.h')
-rw-r--r--src/lib/netlist/devices/nlid_cmos.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/netlist/devices/nlid_cmos.h b/src/lib/netlist/devices/nlid_cmos.h
index 06388a73535..03e6e9dd01d 100644
--- a/src/lib/netlist/devices/nlid_cmos.h
+++ b/src/lib/netlist/devices/nlid_cmos.h
@@ -28,8 +28,8 @@ namespace devices
NETLIB_RESETI() {}
public:
- nl_double vdd() { return m_vdd(); }
- nl_double vss() { return m_vss(); }
+ nl_fptype vdd() { return m_vdd(); }
+ nl_fptype vss() { return m_vss(); }
analog_input_t m_vdd;
analog_input_t m_vss;